home *** CD-ROM | disk | FTP | other *** search
/ mac CD 73 / Image.iso / macware / Switch-It 3.1 Folder / Japanese Version / Localization Data / USResources.h < prev   
Encoding:
C/C++ Source or Header  |  2000-06-28  |  28.9 KB  |  605 lines  |  [TEXT/YoED]

  1. // USResources.h
  2.  
  3. //----------------------------------------------------------------------
  4.  
  5. #define QUOTED_CDEV_NAME        "\"" CDEV_NAME "\""
  6.  
  7. #define QUOTED_SOFTWARE_STRING        "\"" SOFTWARE_STRING "\""
  8.  
  9. //----------------------------------------------------------------------
  10.  
  11. #define VERSION_STRING                "3.1"
  12.  
  13. #define FULL_YEAR_STRING            "1996-2000"
  14.  
  15. #define DAY_STRING                    "Thursday, June 29, 2000"
  16.  
  17. //----------------------------------------------------------------------
  18.  
  19. #define VERY_SHORT_DEF_STRING        "Switch Apps via the Keyboard"
  20.  
  21. #define SHORT_DEF_STRING            "Switch Applications via the Keyboard."
  22.  
  23. //----------------------------------------------------------------------
  24.  
  25. #define LONG_DEF_STRING                "This control panel allows you to cycle through running applications by Command-Tab; the Escape key cancels the current switch request while the Command key is still down."
  26.  
  27. #define LONG_VERSION_STRING            VERSION_STRING "\n© " FULL_YEAR_STRING " " NAME_STRING
  28.  
  29. //----------------------------------------------------------------------
  30.  
  31. #define COPYRIGHT_STRING            "Copyright " FULL_YEAR_STRING " " NAME_STRING ". All Rights Reserved."
  32.  
  33. //----------------------------------------------------------------------
  34.  
  35. #define FINDER_HELP_STRING            QUOTED_CDEV_NAME " Version " VERSION_STRING "\n\n"    LONG_DEF_STRING "\nTo use this feature, place this file in the Control Panels folder and then restart the computer."
  36.  
  37. //----------------------------------------------------------------------
  38.  
  39. #define MAIN_DIALOG_TITLE_STRING    CDEV_NAME
  40.  
  41. //----------------------------------------------------------------------
  42.  
  43. #define QUOTED_A_S_NAME_STRING        "\"Application Switcher\""
  44.  
  45. //----------------------------------------------------------------------
  46.  
  47. #define ABOUT_MENU_ITEM_STRING        "About " CDEV_NAME "..."
  48. #define ABOUT_DIALOG_TITLE_STRING    "About " CDEV_NAME
  49.  
  50. //----------------------------------------------------------------------
  51.  
  52. #define FILE_MENU_TITLE_STRING        "File"
  53.  
  54. #define CLOSE_MENU_ITEM_STRING        "Close"
  55. #define QUIT_MENU_ITEM_STRING        "Quit"
  56.  
  57. //----------------------------------------------------------------------
  58.  
  59. #define EDIT_MENU_TITLE_STRING        "Edit"
  60.  
  61. #define UNDO_MENU_ITEM_STRING        "Undo"
  62. #define CUT_MENU_ITEM_STRING        "Cut"
  63. #define COPY_MENU_ITEM_STRING        "Copy"
  64. #define PASTE_MENU_ITEM_STRING        "Paste"
  65. #define CLEAR_MENU_ITEM_STRING        "Clear"
  66. #define SELECT_ALL_MENU_ITEM_STRING    "Select All"
  67.  
  68. //----------------------------------------------------------------------
  69.  
  70. #define SYSTEM_MENU_TITLE_STRING    "System"
  71.  
  72. #define T_A_S_MENU_ITEM_STRING        "Toggle " QUOTED_A_S_NAME_STRING "..."
  73.  
  74. //----------------------------------------------------------------------
  75.  
  76. #define ON_BUTTON_STRING            "On"
  77. #define OFF_BUTTON_STRING            "Off"
  78.  
  79. #define ABOUT_BUTTON_STRING            "About..."
  80.  
  81. #define START_UP_ICON_STRING        "Start-Up Icon"
  82.  
  83. //----------------------------------------------------------------------
  84.  
  85. #define HOT_KEYS_TAB_STRING            "Hot Keys"
  86. #define DISPLAY_TAB_STRING            "Display"
  87. #define SPECIAL_TAB_STRING            "Special"
  88. #define HELP_TAB_STRING                "Quick Ref"
  89. #define DIRECT_KEYS_TAB_STRING        "Extra Keys"
  90.  
  91. //----------------------------------------------------------------------
  92.  
  93. #define ACTIVATOR_TITLE_STRING        "Activator"
  94.  
  95. #define STANDARD_ACTIVATOR_STRING    "Standard:"
  96. #define AUTO_HIDE_ACTIVATOR_STRING    "Auto-Hide:"
  97.  
  98. #define NONE_STRING                    "<None>"
  99.  
  100. #define COMMAND_KEY_NAME_STRING        "Command"
  101. #define OPTION_KEY_NAME_STRING        "Option"
  102. #define CONTROL_KEY_NAME_STRING        "Control"
  103.  
  104. #define SWAP_BUTTON_STRING            "Swap"
  105.  
  106. #define SWITCH_KEY_LABEL_STRING        "Switch Key:"
  107. #define CANCEL_KEY_LABEL_STRING        "Cancel Key:"
  108.  
  109. #define NOT_USED_STRING                "<Not Used>"
  110.  
  111. #define AUTO_STEP_STRING            "Auto-Step"
  112.  
  113. //----------------------------------------------------------------------
  114.  
  115. #define FONT_MENU_LABEL_STRING        "Font:"
  116.  
  117. #define SIZE_MENU_LABEL_STRING        "Size:"
  118.  
  119. #define BOLD_STYLE_STRING            "Bold"
  120.  
  121. #define SPACING_MENU_LABEL_STRING    "Spacing:"
  122.  
  123. #define CONDENSED_STYLE_STRING        "Condensed"
  124. #define REGULAR_STYLE_STRING        "Regular"
  125. #define EXTENDED_STYLE_STRING        "Extended"
  126.  
  127. //----------------------------------------------------------------------
  128.  
  129. #define USE_CUSTOM_COLORS_STRING    "Use Custom Colors"
  130.  
  131. #define TEXT_COLOR_BUTTON_STRING    "Text Color..."
  132. #define BACKGROUND_BUTTON_STRING    "Background..."
  133.  
  134. //----------------------------------------------------------------------
  135.  
  136. #define VIEW_MODE_MENU_LABEL_STRING    "View Mode:"
  137.  
  138. #define PLAIN_VIEW_MODE_STRING        "Plain"
  139. #define SMALL_ICON_LIST_STRING        "Small Icon List"
  140. #define LARGE_ICON_LIST_STRING        "Large Icon List"
  141.  
  142. #define SHOW_APPLI_ICON_STRING        "Show Application Icon"
  143.  
  144. #define USE_REDUCED_WINDOW_STRING    "Use Reduced Window"
  145.  
  146. //----------------------------------------------------------------------
  147.  
  148. #define ORDERING_MENU_LABEL_STRING    "Application Ordering:"
  149.  
  150. #define LAUNCH_ORDER_STRING            "Launch Order"
  151. #define ALPHABETICAL_STRING            "Alphabetical"
  152. #define FRONT_TO_BACK_STRING        "Front to Back"
  153.  
  154. #define AUTO_HIDE_MENU_LABEL_STRING    "Auto-Hide Switching Strategy:"
  155.  
  156. #define HIDE_FRONT_STRING            "Hide Front"
  157. #define HIDE_OTHERS_STRING            "Hide Others"
  158.  
  159. //----------------------------------------------------------------------
  160.  
  161. #define EXCLUDE_APPLICATIONS_STRING    "Exclude Applications"
  162.  
  163. #define ADD_APPLICATION_STRING        "Add"
  164. #define REMOVE_APPLI_STRING            "Remove"
  165.  
  166. #define OTHER_ITEM_MENU_STRING        "Other..."
  167.  
  168. //----------------------------------------------------------------------
  169.  
  170. #define AUTO_SELECT_PENDING_STRING    "Auto-Select Pending Application"
  171.  
  172. //----------------------------------------------------------------------
  173.  
  174. #define HELP_TEXT_HEADER_STRING        "While holding down the activator key, press the following keys to:"
  175.  
  176. #define HELP_TEXT_F_STRING            "•  'F':  Select the Finder."
  177.  
  178. #define HELP_TEXT_RETURN_STRING        "•   Return:  Select the front application."
  179.  
  180. #define HELP_TEXT_P_STRING            "•  'P':  Select the next pending application."
  181.  
  182. #define HELP_TEXT_Q_STRING            "•  'Q' or 'X':  Mark the selected application to be quit."
  183. #define HELP_TEXT_K_STRING            "•  'K':  Mark all applications, but the Finder, to be quit (kill-all)."
  184.  
  185. #define HELP_TEXT_H_STRING            "•  'H' or 'S':  Mark the selected application to be hidden/shown."
  186. #define HELP_TEXT_C_STRING            "•  'C':  Mark all applications, but the front one, to be hidden (conceal-all)."
  187. #define HELP_TEXT_D_STRING            "•  'D':  Mark all applications, but the front one, to be shown (display-all)."
  188.  
  189. #define HELP_TEXT_A_STRING            "•  'A':  Temporarily toggle the auto-hide switching feature."
  190.  
  191. #define HELP_TEXT_O_STRING            "•  'O':  Open this control panel."
  192. #define HELP_TEXT_M_STRING            "•  'M':  Open the Finder's About window (memory info)."
  193.  
  194. //----------------------------------------------------------------------
  195.  
  196. #define ENABLE_EXTRA_KEYS_STRING    "Enable Extra Keys"
  197.  
  198. #define SET_BUTTON_STRING            "Set"
  199.  
  200. #define DK_COMMAND_KEY_NAME_STRING    "Command"
  201. #define DK_OPTION_KEY_NAME_STRING    "Option"
  202. #define DK_CONTROL_KEY_NAME_STRING    "Control"
  203.  
  204. //----------------------------------------------------------------------
  205.  
  206. #define SWITCH_TO_FINDER_STD_DK_STRING        "Switch to Finder [Standard]"
  207.  
  208. #define SWITCH_TO_NEXT_STD_DK_STRING        "Switch to Next App. [Standard]"
  209.  
  210. #define SWITCH_TO_PENDING_STD_DK_STRING        "Switch to Pending App. [Standard]"
  211.  
  212. #define SWITCH_TO_NEXT_LNCH_STD_DK_STRING    "Switch to Next (Launch Order) [Std]"
  213.  
  214. #define SWITCH_TO_NEXT_ALPH_STD_DK_STRING    "Switch to Next (Alphabetical) [Std]"
  215.  
  216. #define SWITCH_TO_NEXT_FTBK_STD_DK_STRING    "Switch to Next (Front to Back) [Std]"
  217.  
  218. #define SWITCH_TO_FINDER_AH_DK_STRING        "Switch to Finder [Auto-Hide]"
  219.  
  220. #define SWITCH_TO_NEXT_AH_DK_STRING            "Switch to Next App. [Auto-Hide]"
  221.  
  222. #define SWITCH_TO_PENDING_AH_DK_STRING        "Switch to Pending App. [Auto-Hide]"
  223.  
  224. #define SWITCH_TO_NEXT_LNCH_AH_DK_STRING    "Switch to Next (Launch Order) [A/H]"
  225.  
  226. #define SWITCH_TO_NEXT_ALPH_AH_DK_STRING    "Switch to Next (Alphabetical) [A/H]"
  227.  
  228. #define SWITCH_TO_NEXT_FTBK_AH_DK_STRING    "Switch to Next (Front to Back) [A/H]"
  229.  
  230. #define QUIT_ALL_DK_STRING                    "Quit All but Finder"
  231.  
  232. #define QUIT_ALL_BUT_FRONT_DK_STRING        "Quit All but Front and Finder"
  233.  
  234. #define HIDE_ALL_DK_STRING                    "Hide All but Finder"
  235.  
  236. #define HIDE_ALL_BUT_FRONT_DK_STRING        "Hide All but Front and Finder"
  237.  
  238. #define HIDE_FRONT_DK_STRING                "Hide Front Application"
  239.  
  240. #define HIDE_OTHERS_DK_STRING                "Hide Other Applications"
  241.  
  242. #define SHOW_ALL_DK_STRING                    "Show All Applications"
  243.  
  244. #define OPEN_CONTROL_PANEL_DK_STRING        "Open Control Panel"
  245.  
  246. #define ABOUT_MEMORY_DK_STRING                "About Memory"
  247.  
  248. //----------------------------------------------------------------------
  249.  
  250. #define ABOUT_1_STRING            QUOTED_CDEV_NAME "\nVersion " VERSION_STRING "  -  " DAY_STRING
  251.  
  252. #define ABOUT_2_STRING            "Freeware from " QUOTED_SOFTWARE_STRING
  253.  
  254. #define ABOUT_3_STRING            "Developed by "
  255.  
  256. #define ABOUT_4_STRING            "This software may not be included on any DVD-ROM, CD-ROM or floppy collection without the author's prior knowledge and express "                                "written permission."
  257.  
  258. #define ABOUT_5_STRING            "Please refer to the document entitled \"Read Me\" for more detailed information."
  259.  
  260. #define ABOUT_6_STRING            "Copyright " FULL_YEAR_STRING " " NAME_STRING ". All Rights Reserved."
  261.  
  262. //----------------------------------------------------------------------
  263.  
  264. #define COPY_LOCATION_STRING    "Copy Location"
  265. #define GOTO_WEB_SITE_STRING    "Go to Web Site"
  266.  
  267. #define COPY_ADDRESS_STRING        "Copy Address"
  268. #define    SEND_EMAIL_STRING        "Send E-Mail"
  269.  
  270. //----------------------------------------------------------------------
  271.  
  272. #define BACKGROUND_COLOR_STRING    "Window Background Color"
  273. #define TEXT_COLOR_STRING        "Window Text Color"
  274.  
  275. //----------------------------------------------------------------------
  276.  
  277. #define OK_STRING                "OK"
  278.  
  279. #define CANCEL_STRING            "Cancel"
  280.  
  281. //----------------------------------------------------------------------
  282.  
  283. #define SORRY_7_STRING        "Sorry, " CDEV_NAME " requires System 7 or later."
  284.  
  285. #define NOT_LOAD_STRING        "\"" CDEV_NAME "\" was not loaded at system start-up.\nPlease restart your computer with this file in your Control Panels folder."
  286.  
  287. //----------------------------------------------------------------------
  288.  
  289. #define MAIN_BH_1_STRING    "Click this icon to toggle Balloon Help on or off."
  290.  
  291. #define MAIN_BH_2_STRING    "Logo of " QUOTED_CDEV_NAME "."
  292.  
  293. #define MAIN_BH_3_STRING    "Short definition of " QUOTED_CDEV_NAME "."
  294.  
  295. #define MAIN_BH_4_STRING    "Click this button to disable " QUOTED_CDEV_NAME "."
  296.  
  297. #define MAIN_BH_5_STRING    "When this button is selected, " QUOTED_CDEV_NAME " is disabled."
  298.  
  299. #define MAIN_BH_6_STRING    "Click this button to enable " QUOTED_CDEV_NAME "."
  300.  
  301. #define MAIN_BH_7_STRING    "When this button is selected, " QUOTED_CDEV_NAME " is enabled."
  302.  
  303. #define MAIN_BH_8_STRING    "Copyright notice of " QUOTED_CDEV_NAME "."
  304.  
  305. #define MAIN_BH_9_STRING    "Check this box to show the icon of " QUOTED_CDEV_NAME " at system start-up."
  306.  
  307. #define MAIN_BH_10_STRING    "Uncheck this box to hide the icon of " QUOTED_CDEV_NAME " at system start-up."
  308.  
  309. #define MAIN_BH_11_STRING    "Use this pop-up menu to change the modifier (activator) key used to bring up the switch window in standard mode."
  310.  
  311. #define MAIN_BH_12_STRING    "Use this pop-up menu to change the switch key used to bring up the switch window."
  312.  
  313. #define MAIN_BH_13_STRING    "Use this pop-up menu to change the cancel key used to dismiss the switch window."
  314.  
  315. #define MAIN_BH_14_STRING    ""
  316.  
  317. #define MAIN_BH_15_STRING    ""
  318.  
  319. #define MAIN_BH_16_STRING    "Click this box to allow auto-stepping through all running applications while the switch key is still down."
  320.  
  321. #define MAIN_BH_17_STRING    "When this box is checked, auto-stepping through all running applications is allowed while the switch key is still down."
  322.  
  323. #define MAIN_BH_18_STRING    "Use this pop-up menu to change the font of the switch window."
  324.  
  325. #define MAIN_BH_19_STRING    "Use this pop-up menu to change the font size of the switch window."
  326.  
  327. #define MAIN_BH_20_STRING    "Click this box to allow the text to be displayed in bold style."
  328.  
  329. #define MAIN_BH_21_STRING    "When this box is checked, the text is displayed in bold style."
  330.  
  331. #define MAIN_BH_22_STRING    "To change the customized text color of the switch window, click this button."
  332.  
  333. #define MAIN_BH_23_STRING    "To change the customized text color of the switch window, click this button.\nDisabled because custom colors are not used."
  334.  
  335. #define MAIN_BH_24_STRING    "This is the customized text color of the switch window."
  336.  
  337. #define MAIN_BH_25_STRING    "To change the customized background color of the switch window, click this button."
  338.  
  339. #define MAIN_BH_26_STRING    "To change the customized background color of the switch window, click this button.\nDisabled because custom colors are not used."
  340.  
  341. #define MAIN_BH_27_STRING    "This is the customized background color of the switch window."
  342.  
  343. #define MAIN_BH_28_STRING    "Click this box to have the application icon displayed in the switch window."
  344.  
  345. #define MAIN_BH_29_STRING    "When this box is checked, the application icon is displayed in the switch window."
  346.  
  347. #define MAIN_BH_30_STRING    "Click this box to use a reduced (smaller) switch window."
  348.  
  349. #define MAIN_BH_31_STRING    "When this box is checked, a reduced (smaller) switch window is used."
  350.  
  351. #define MAIN_BH_32_STRING    "To use Command as standard activator key, choose this menu item."
  352.  
  353. #define MAIN_BH_33_STRING    "To use Command as standard activator key, choose this menu item.\nChecked because this is the currently used standard activator key."
  354.  
  355. #define MAIN_BH_34_STRING    "To use Option as standard activator key, choose this menu item."
  356.  
  357. #define MAIN_BH_35_STRING    "To use Option as standard activator key, choose this menu item.\nChecked because this is the currently used standard activator key."
  358.  
  359. #define MAIN_BH_36_STRING    "To use Control as standard activator key, choose this menu item."
  360.  
  361. #define MAIN_BH_37_STRING    "To use Control as standard activator key, choose this menu item.\nChecked because this is the currently used standard activator key."
  362.  
  363. #define MAIN_BH_38_STRING    "To use this key as switch key, choose this menu item."
  364.  
  365. #define MAIN_BH_39_STRING    "To use this key as switch key, choose this menu item.\nChecked because this is the current switch key."
  366.  
  367. #define MAIN_BH_40_STRING    "To use this key as cancel key, choose this menu item."
  368.  
  369. #define MAIN_BH_41_STRING    "To use this key as cancel key, choose this menu item.\nChecked because this is the current cancel key."
  370.  
  371. #define MAIN_BH_42_STRING    "To use this font in the switch window, choose this menu item."
  372.  
  373. #define MAIN_BH_43_STRING    "To use this font in the switch window, choose this menu item.\nChecked because this is the font now beeing used."
  374.  
  375. #define MAIN_BH_44_STRING    "To use this font size in the switch window, choose this menu item."
  376.  
  377. #define MAIN_BH_45_STRING    "To use this font size in the switch window, choose this menu item.\nChecked because this is the font size now beeing used."
  378.  
  379. #define MAIN_BH_46_STRING    ""
  380.  
  381. #define MAIN_BH_47_STRING    ""
  382.  
  383. #define MAIN_BH_48_STRING    ""
  384.  
  385. #define MAIN_BH_49_STRING    "To use any unused key as cancel key, choose this menu item."
  386.  
  387. #define MAIN_BH_50_STRING    "To use any unused key as cancel key, choose this menu item.\nChecked because this is the current cancel key."
  388.  
  389. #define MAIN_BH_51_STRING    "Click on this tab to customize the hot keys of " QUOTED_CDEV_NAME "."
  390.  
  391. #define MAIN_BH_52_STRING    "Click on this tab to customize the display options of " QUOTED_CDEV_NAME "."
  392.  
  393. #define MAIN_BH_53_STRING    "Click on this tab to get information about the basic operation of " QUOTED_CDEV_NAME "."
  394.  
  395. #define MAIN_BH_54_STRING    "To get further information about " QUOTED_CDEV_NAME " and other programs from " QUOTED_SOFTWARE_STRING ", click this button."
  396.  
  397. #define MAIN_BH_55_STRING    "Current version number of " QUOTED_CDEV_NAME "."
  398.  
  399. #define MAIN_BH_56_STRING    "Use this pop-up menu to add applications to the exclusion list, either from the disk or from the currently running applications."
  400.  
  401. #define MAIN_BH_57_STRING    "Use this pop-up menu to add applications to the exclusion list, either from the disk or from the currently running applications.\nUnavailable because the exclusion list is not enabled."
  402.  
  403. #define MAIN_BH_58_STRING    "Use this pop-up menu to add applications to the exclusion list, either from the disk or from the currently running applications.\nUnavailable when the exclusion list is not enabled."
  404.  
  405. #define MAIN_BH_59_STRING    "Click this button to remove from the exclusion list the currently selected (hilited) application."
  406.  
  407. #define MAIN_BH_60_STRING    "Click this button to remove from the exclusion list the currently selected (hilited) application.\nUnavailable because no application is selected or because the exclusion list is not enabled."
  408.  
  409. #define MAIN_BH_61_STRING    "Use this pop-up menu to change the key combination assigned to the action shown to the left."
  410.  
  411. #define MAIN_BH_62_STRING    "Use this pop-up menu to change the key combination assigned to the action shown to the left.\nUnavailable because the extra keys are not enabled."
  412.  
  413. #define MAIN_BH_63_STRING    "Use this pop-up menu to change the key combination assigned to the action shown to the left.\nUnavailable when the extra keys are not enabled."
  414.  
  415. #define MAIN_BH_64_STRING    "Click on this tab to customize the special options of " QUOTED_CDEV_NAME "."
  416.  
  417. #define MAIN_BH_65_STRING    "Use this pop-up menu to change the order in which the running applications are displayed in the switch window."
  418.  
  419. #define MAIN_BH_66_STRING    "To display the running applications in launch order, choose this menu item."
  420.  
  421. #define MAIN_BH_67_STRING    "To display the running applications in launch order, choose this menu item.\nChecked because this is the currently used ordering method."
  422.  
  423. #define MAIN_BH_68_STRING    "To display the running applications in alphabetical order, choose this menu item."
  424.  
  425. #define MAIN_BH_69_STRING    "To display the running applications in alphabetical order, choose this menu item.\nChecked because this is the currently used ordering method."
  426.  
  427. #define MAIN_BH_70_STRING    "To display the running applications in front to back order, choose this menu item."
  428.  
  429. #define MAIN_BH_71_STRING    "To display the running applications in front to back order, choose this menu item.\nChecked because this is the currently used ordering method."
  430.  
  431. #define MAIN_BH_72_STRING    "Use this pop-up menu to change the way the running applications are displayed in the switch window, either individually or accompanied with a list of all the applications' icons."
  432.  
  433. #define MAIN_BH_73_STRING    "To display the running applications one at a time, choose this menu item."
  434.  
  435. #define MAIN_BH_74_STRING    "To display the running applications one at a time, choose this menu item.\nChecked because this is the currently used view mode."
  436.  
  437. #define MAIN_BH_75_STRING    "To display the running applications one at a time, together with a list of all the applications' small icons, choose this menu item."
  438.  
  439. #define MAIN_BH_76_STRING    "To display the running applications one at a time, together with a list of all the applications' small icons, choose this menu item.\nChecked because this is the currently used view mode."
  440.  
  441. #define MAIN_BH_77_STRING    "To display the running applications one at a time, together with a list of all the applications' large icons, choose this menu item."
  442.  
  443. #define MAIN_BH_78_STRING    "To display the running applications one at a time, together with a list of all the applications' large icons, choose this menu item.\nChecked because this is the currently used view mode."
  444.  
  445. #define MAIN_BH_79_STRING    "Click this box to use custom colors instead of system colors."
  446.  
  447. #define MAIN_BH_80_STRING    "Allows the use of custom colors instead of system colors.\nDisabled because only black-and-white is available."
  448.  
  449. #define MAIN_BH_81_STRING    "When this box is checked, custom colors are used instead of system colors."
  450.  
  451. #define MAIN_BH_82_STRING    "Use this pop-up menu to change the text spacing of the switch window."
  452.  
  453. #define MAIN_BH_83_STRING    "To display text with a condensed spacing, choose this menu item."
  454.  
  455. #define MAIN_BH_84_STRING    "To display text with a condensed spacing, choose this menu item.\nChecked because this is the currently used spacing."
  456.  
  457. #define MAIN_BH_85_STRING    "To display text with a regular spacing, choose this menu item."
  458.  
  459. #define MAIN_BH_86_STRING    "To display text with a regular spacing, choose this menu item.\nChecked because this is the currently used spacing."
  460.  
  461. #define MAIN_BH_87_STRING    "To display text with an extended spacing, choose this menu item."
  462.  
  463. #define MAIN_BH_88_STRING    "To display text with an extended spacing, choose this menu item.\nChecked because this is the currently used spacing."
  464.  
  465. #define MAIN_BH_89_STRING    "Use this pop-up menu to change the modifier (activator) key used to bring up the switch window in auto-hide mode."
  466.  
  467. #define MAIN_BH_90_STRING    "To use Command as auto-hide activator key, choose this menu item."
  468.  
  469. #define MAIN_BH_91_STRING    "To use Command as auto-hide activator key, choose this menu item.\nChecked because this is the currently used auto-hide activator key."
  470.  
  471. #define MAIN_BH_92_STRING    "To use Option as auto-hide activator key, choose this menu item."
  472.  
  473. #define MAIN_BH_93_STRING    "To use Option as auto-hide activator key, choose this menu item.\nChecked because this is the currently used auto-hide activator key."
  474.  
  475. #define MAIN_BH_94_STRING    "To use Control as auto-hide activator key, choose this menu item."
  476.  
  477. #define MAIN_BH_95_STRING    "To use Control as auto-hide activator key, choose this menu item.\nChecked because this is the currently used auto-hide activator key."
  478.  
  479. #define MAIN_BH_96_STRING    ""
  480.  
  481. #define MAIN_BH_97_STRING    ""
  482.  
  483. #define MAIN_BH_98_STRING    "To disable the standard activator key, choose this menu item."
  484.  
  485. #define MAIN_BH_99_STRING    "To disable the standard activator key, choose this menu item.\nNot available because the auto-hide activator key is also disabled."
  486.  
  487. #define MAIN_BH_100_STRING    "To disable the standard activator key, choose this menu item.\nChecked because the standard activator key is currently disabled."
  488.  
  489. #define MAIN_BH_101_STRING    "To disable the auto-hide activator key, choose this menu item."
  490.  
  491. #define MAIN_BH_102_STRING    "To disable the auto-hide activator key, choose this menu item.\nNot available because the standard activator key is also disabled."
  492.  
  493. #define MAIN_BH_103_STRING    "To disable the auto-hide activator key, choose this menu item.\nChecked because the auto-hide activator key is currently disabled."
  494.  
  495. #define MAIN_BH_104_STRING    "To use Command as standard activator key, choose this menu item.\nNot available because Command is already used as auto-hide activator key."
  496.  
  497. #define MAIN_BH_105_STRING    "To use Option as standard activator key, choose this menu item.\nNot available because Option is already used as auto-hide activator key."
  498.  
  499. #define MAIN_BH_106_STRING    "To use Control as standard activator key, choose this menu item.\nNot available because Control is already used as auto-hide activator key."
  500.  
  501. #define MAIN_BH_107_STRING    "To use Command as auto-hide activator key, choose this menu item.\nNot available because Command is already used as standard activator key."
  502.  
  503. #define MAIN_BH_108_STRING    "To use Option as auto-hide activator key, choose this menu item.\nNot available because Option is already used as standard activator key."
  504.  
  505. #define MAIN_BH_109_STRING    "To use Control as auto-hide activator key, choose this menu item.\nNot available because Control is already used as standard activator key."
  506.  
  507. #define MAIN_BH_110_STRING    "To quickly swap the standard and auto-hide activator keys, click this button."
  508.  
  509. #define MAIN_BH_111_STRING    ""
  510.  
  511. #define MAIN_BH_112_STRING    "This is the customized text color of the switch window.\nDimmed because custom colors are not used."
  512.  
  513. #define MAIN_BH_113_STRING    "This is the customized background color of the switch window.\nDimmed because custom colors are not used."
  514.  
  515. #define MAIN_BH_114_STRING    "Click on this tab to customize the extra keys of " QUOTED_CDEV_NAME "."
  516.  
  517. #define MAIN_BH_115_STRING    "Use this pop-up menu to change the strategy of the auto-hide switching feature."
  518.  
  519. #define MAIN_BH_116_STRING    "To hide the front application then switch, choose this menu item."
  520.  
  521. #define MAIN_BH_117_STRING    "To hide the front application then switch, choose this menu item.\nChecked because this is the currently used auto-hide switching strategy."
  522.  
  523. #define MAIN_BH_118_STRING    "To switch then hide all the other applications, choose this menu item."
  524.  
  525. #define MAIN_BH_119_STRING    "To switch then hide all the other applications, choose this menu item.\nChecked because this is the currently used auto-hide switching strategy."
  526.  
  527. #define MAIN_BH_120_STRING    "Click this box to automatically select the next application with a pending notification (marked with a diamond in the Application menu)."
  528.  
  529. #define MAIN_BH_121_STRING    "When this box is checked, the next application with a pending notification (marked with a diamond in the Application menu) is automatically selected."
  530.  
  531. #define MAIN_BH_122_STRING    "Click this box to allow the use of extra keys to perform directly some of the actions listed below."
  532.  
  533. #define MAIN_BH_123_STRING    "When this box is checked, extra keys can be used to perform directly some of the actions listed below."
  534.  
  535. #define MAIN_BH_124_STRING    "Click this box to exclude the applications listed below from any global actions involving quitting or hiding all running applications."
  536.  
  537. #define MAIN_BH_125_STRING    "When this box is checked, the applications listed below are excluded from any global actions involving quitting or hiding all running applications."
  538.  
  539. #define MAIN_BH_126_STRING    "To choose any application from the disk, select this menu item."
  540.  
  541. #define MAIN_BH_127_STRING    "To choose this currently running application, select this menu item."
  542.  
  543. #define MAIN_BH_128_STRING    "To use no modifier key, choose this menu item."
  544.  
  545. #define MAIN_BH_129_STRING    "To use no modifier key, choose this menu item.\nChecked because this is the current choice."
  546.  
  547. #define MAIN_BH_130_STRING    "To use Command as modifier key, choose this menu item."
  548.  
  549. #define MAIN_BH_131_STRING    "To use Command as modifier key, choose this menu item.\nChecked because this is the currently used modifier key."
  550.  
  551. #define MAIN_BH_132_STRING    "To use Option as modifier key, choose this menu item."
  552.  
  553. #define MAIN_BH_133_STRING    "To use Option as modifier key, choose this menu item.\nChecked because this is the currently used modifier key."
  554.  
  555. #define MAIN_BH_134_STRING    "To use Control as modifier key, choose this menu item."
  556.  
  557. #define MAIN_BH_135_STRING    "To use Control as modifier key, choose this menu item.\nChecked because this is the currently used modifier key."
  558.  
  559. #define MAIN_BH_136_STRING    "To use no key at all, choose this menu item."
  560.  
  561. #define MAIN_BH_137_STRING    "To use no key at all, choose this menu item.\nChecked because this is the current choice."
  562.  
  563. #define MAIN_BH_138_STRING    "To use this function key, choose this menu item."
  564.  
  565. #define MAIN_BH_139_STRING    "To use this function key, choose this menu item.\nChecked because this is the currently used function key."
  566.  
  567. //----------------------------------------------------------------------
  568.  
  569. #define ABOUT_BH_1_STRING    "To dismiss this dialog, click this button."
  570.  
  571. #define ABOUT_BH_2_STRING    "Click on this link to bring up a pop-up menu which allows you to copy the Internet location to the clipboard, or to go to the web site of " QUOTED_SOFTWARE_STRING ", using your favorite web browser."
  572.  
  573. #define ABOUT_BH_3_STRING    "To copy the Internet location to the clipboard, select this menu item."
  574.  
  575. #define ABOUT_BH_4_STRING    "To go to the web site of " QUOTED_SOFTWARE_STRING ", using your favorite web browser, select this menu item."
  576.  
  577. #define ABOUT_BH_5_STRING    "To go to the web site of " QUOTED_SOFTWARE_STRING ", select this menu item.\nDisabled because Internet Config is not available."
  578.  
  579. #define ABOUT_BH_6_STRING    "Click on this link to bring up a pop-up menu which allows you to copy the author's e-mail address to the clipboard, or to send a message to the author, using your favorite e-mail application."
  580.  
  581. #define ABOUT_BH_7_STRING    "To copy the author's e-mail address to the clipboard, select this menu item."
  582.  
  583. #define ABOUT_BH_8_STRING    "To send a message to the author, using your favorite e-mail application, select this menu item."
  584.  
  585. #define ABOUT_BH_9_STRING    "To send a message to the author, select this menu item.\nDisabled because Internet Config is not available."
  586.  
  587. #define ABOUT_BH_10_STRING    "This is the old-style icon of " QUOTED_SOFTWARE_STRING "."
  588.  
  589. //----------------------------------------------------------------------
  590.  
  591. #define CANNOT_LOCATE_A_S_STRING        "Sorry, " QUOTED_CDEV_NAME " cannot find the Mac OS built-it " QUOTED_A_S_NAME_STRING ", which should be located in the Extensions folder."
  592.  
  593. //----------------------------------------------------------------------
  594.  
  595. #define TOGGLE_A_S_ON2OFF_MAIN_STRING    "The Mac OS built-in " QUOTED_A_S_NAME_STRING " keyboard shortcut (Command-Tab by default) is currently ON.  Would you like to turn it OFF?"
  596.  
  597. #define TOGGLE_A_S_OFF2ON_MAIN_STRING    "The Mac OS built-in " QUOTED_A_S_NAME_STRING " keyboard shortcut (Command-Tab by default) is currently OFF.  Would you like to turn it ON?"
  598.  
  599. #define TOGGLE_A_S_ON2OFF_EXTRA_STRING    "(Turning off the " QUOTED_A_S_NAME_STRING " keyboard shortcut allows " QUOTED_CDEV_NAME " to make use of its own default shortcut key.  You can later revert to the original setting by running this command once again.)"
  600.  
  601. #define TOGGLE_A_S_OFF2ON_EXTRA_STRING    "(Note that turning on the " QUOTED_A_S_NAME_STRING " keyboard shortcut will prevent " QUOTED_CDEV_NAME " from making use of its own default shortcut key.)"
  602.  
  603. //----------------------------------------------------------------------
  604.  
  605.